home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / roleta.swf / scripts / frame_435 / DoAction.as
Text File  |  2006-01-17  |  321b  |  24 lines

  1. setProperty("/ende", _Y, 56);
  2. setProperty("/next", _Y, 70);
  3. if(vWin == 1)
  4. {
  5.    gotoAndPlay(486);
  6. }
  7. if(vWin == 0)
  8. {
  9.    gotoAndPlay(436);
  10. }
  11. if(vWin == 3)
  12. {
  13.    gotoAndPlay(531);
  14. }
  15. vChefend = random(44);
  16. if(vChefend == 1)
  17. {
  18.    vGamestop = 1;
  19.    tellTarget("/chefend")
  20.    {
  21.       gotoAndPlay(2);
  22.    }
  23. }
  24.